ArcPad Layer Definition File Schema
LOCALE Element
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema > ArcPad Element > LAYER Element : LOCALE Element

Glossary Item Box

Description

When parent element is LAYER, LOCALE is used to specify the codepage of the shapefile's .DBF table.

Diagram

LOCALE Element

Overview

LOCALE
When parent element is LAYER, LOCALE is used to specify the codepage of the shapefile's .DBF table.
codepage optional xs:int
The codepage to use for the shapefile's DBF table.

Attributes

NameTypeUseDefaultFixedDescription
codepagexs:intoptional  The codepage to use for the shapefile's DBF table.

Source

<xs:element name="LOCALE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="codepage" type="xs:int">
      <xs:annotation>
        <xs:documentation>The codepage to use for the shapefile's DBF table.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.